CPU time

英 [ˌsiː piː ˈjuː taɪm] 美 [ˌsiː piː ˈjuː taɪm]

网络  时间; 使用时间; 中央处理器时间; 计算时间

计算机



双语例句

  1. What percentage of the total available CPU time is spent in garbage collection?
    总的可用CPU时间用在垃圾收集上的百分比是多少?
  2. Under Linux, QEMU sessions consume little CPU time except when the guest operating system is doing work.
    在Linux下,QEMU会话占用很少的CPU时间,除了客户操作系统工作时。
  3. When more and more users are attracted to your site, you can buy more CPU time and data storage from Google.
    当越来越多的用户被吸引到您的网站,那么可以从Google购买更多CPU时间和数据存储。
  4. Thus you can drill down to a node that is consuming excessive CPU time for fast problem resolution.
    因此,您可以深入到一个消耗过多CPU时间的节点,来快速解决问题。
  5. The reduction in privilege mode utilization means that more CPU time was dedicated to user mode execution.
    特权模式利用率的降低意味着有更多的CPU时间用于用户模式执行。
  6. When a guest CPU executes the hlt instruction, it voluntarily yields CPU time to other guests.
    当客户CPU执行hlt指令,它自愿产生CPU时间给其他客户。
  7. Stime shows when the command started, and time shows how much CPU time the process has consumed.
    stime显示命令的开始时间,time则显示该进程占用了多少CPU时间。
  8. Avg CPU Time is the average percentage of time that the CPU was in use.
    AvgCPUTime是CPU使用时间的平均百分比。
  9. An important goal of a scheduler is to allocate CPU time slices efficiently while providing a responsive user experience.
    调度器的一个重要目标是有效地分配CPU时间片,同时提供很好的用户体验。
  10. System and user CPU time: The elapsed CPU time consumed invoking a method.
    系统和用户CPU时间:调用某方法占用的CPU时间。
  11. Worst of all: the CPU time used by the current thread can be irrelevant.
    最糟糕的是:当前线程使用的CPU时间可能是不相关的。
  12. In these situations, most of the CPU time is being spent handling incoming measurements.
    在这些场景中,大多数CPU时间都用在处理传入的度量结果上。
  13. This is the mode that a process should accumulate its majority of CPU time on.
    此模式是进程积累其大多数CPU时间所在的模式。
  14. Transaction and HTTP request metering based on CPU time per hour, minute, or second is the most accurate billing and metering model, as each transaction can be measured for total cost.
    基于每小时、每分钟或每秒钟CPU时间进行的事务和HTTP请求计量是最准确的计费和计量模式,因为可以计算总成本中每个事务的成本。
  15. As such, the application isn't consuming CPU time while it's waiting for results.
    如此一来,应用程序在等待结果的时候不会消耗CPU时间。
  16. Elapsed CPU time: This is the CPU time consumed by the thread during execution, in nanoseconds.
    运行CPU时间:这是线程在执行期间消耗的CPU时间,以纳秒为单位。
  17. Another note on max_execution_time: This refers to the CPU time of the process, not the absolute time.
    关于maxexecutiontime,还有一点需要注意:它表示进程的CPU时间,而不是绝对时间。
  18. Percentage User CPU Time Percentage user time is the percentage of non-idle processor time spent in user mode.
    PercentageUserCPUTime(用户CPU时间百分比)用户时间百分比是用户模式下非空闲处理器时间的百分比。
  19. Max CPU Time is the maximum percentage of time in seconds that the CPU was in use ( running both kernel and non-kernel code, including IO wait time).
    MaxCPUTime是按秒计算的CPU使用时间的最大百分比(运行内核及非内核代码,包括IO等待时间)。
  20. Even if the I/ O happens for every page, we still save on CPU time required to process the data.
    即使每一页都发生一次I/O,我们仍然节省了处理数据所需的CPU时间。
  21. In a system that is CPU-bound, all the processors are100 percent busy and some jobs might be waiting for CPU time in the run queue.
    在CPU受限的系统中,所有处理器都是100%忙碌的,并且一些作业可能正处在运行队列中等待CPU时间。
  22. For an incremental increase in CPU time, the elapsed time for these queries can be significantly reduced.
    通过增加一定的CPU时间,可以大大减少这些查询所需的时间。
  23. SQL statements that are consuming the most resources produce the highest load on the system, based on criteria such as elapsed time and CPU time.
    这些SQL语句消耗着大量的系统资源,对系统产生了较高的负载,当然,对这些高负载的语句是基于CPU时间来进行评估的。
  24. An advantage of inherent auto-stepping of this method can insure convergence of the solution and save CPU time.
    此方法固有的自动走步功能,可保证得到收敛的解,从而大大节省计算时间。
  25. Amount of CPU time in milliseconds used by the event.
    事件所使用的以毫秒为单位cpu时间总计。
  26. CPU time: The actual computational time necessary to process a set of instructions in the arithmetic and logic units of the computer.
    中央处理器时间:在计算机的算术和逻辑单元里,处理一组指令所需要的实际计算时间。
  27. It is small, and takes up very little memory, and virtually no CPU time.
    这是小,占用了很少的记忆体,以及几乎没有任何CPU时间。
  28. But the cryptograph algorithms cost too much CPU time, which decrease the throughput of the VPN Gateway.
    但是加密算法占用大量的CPU资源,降低了VPN网关的吞吐量。
  29. You will often see increasing amount of memory not only helps you to reduce wait time and number of IOs per query as well as increase CPU time spent.
    通常你会发现,增大内存减少了等待时间及每个查询的IO数,但增加了CPU时间消耗。
  30. The reason for using binding parameters is to ask the database to parse your SQL once and reuse the generated execution plan for subsequent repeat requests, which saves both CPU time and memory.
    使用绑定参数的原因是让数据库一次解析SQL,对后续的重复请求复用生成好的执行计划,这样做节省了CPU时间和内存。